home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 2 / Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso / CLI.readme < prev    next >
INI File  |  1995-03-06  |  4KB  |  84 lines

  1. [Translation  from the german text 'CLI.liesmich'.  Translation by Markus
  2. Illenseer, proofread by Jürgen Weinelt]
  3.  
  4. Because  you  have  found  this  file,  you  probably  don't  use  the
  5. Workbench,  but  the  shell  to browse the Meeting Pearls II.  We have
  6. tried  to  make this release more comfortable to use than the previous
  7. Meeting Pearls.
  8.  
  9. --- Required Assigns ---
  10.  
  11. First  of  all  you should start the script "SYS/S/Meeting-Startup" to
  12. set some search pathes and some assigns.
  13.  
  14. --- finding software packages ---
  15.  
  16. With the help of pgrep (found in C/pgrep) you can search for arbitrary
  17. expressions  in  our  indices.   The  manual  of pgrep can be found in
  18. 'Pearls/dev/pattern.library+pgrep'.   Please  note that pgrep does not
  19. just  search for strings but also for AmigaDOS-patterns and can be run
  20. on  all  Kickstart  versions  since  1.2.  The pattern.library must be
  21. present  though.   If  you  use  AmigaDOS-Patterns,  the  search  will
  22. obviously  take  more  time  to  complete than the search for a simple
  23. string.
  24.  
  25.   Example:
  26.  
  27.   pgrep CD-ROM Index/Path_Short
  28.  
  29.   All software packages containing the word 'CD-ROM' in the path or short
  30.   description will be found and displayed.
  31.  
  32. As  a  shell-user  you  certainly have quite a lot of other interesing
  33. possibilities  for  further  use of the output!  To help you there, we
  34. wrote three small tools which are capable to work comlumn-wise on text
  35. files  and  are  fully  pipeable.   These  tools  can  be found in the
  36. C-drawer.
  37.  
  38. copycolumn:   Takes stdin and writes characters from char <n> to <m> per
  39.               line to stdout.
  40.  
  41. deletecolumn: Takes stdin and writes the remaining characters from <n>
  42.               to <m> to stdout.
  43.  
  44. insertcolumn: Inserts a string from stdin from char <n> per line. This
  45.               can be the same string or consecutive lines of a file.
  46.  
  47. Therefor the following constructions are possible:
  48.  
  49.   pgrep CD-ROM Index/All | deletecolumn 67 51 | deletecolumn 149 41 |
  50.         deletecolumn 200 1000
  51.  
  52. We  recommend that you wrap these tools into some macros or aliases to
  53. fit your personal use.
  54.  
  55. --- Copying software packages ---
  56.  
  57. You should use the script 'CopyToHD' to copy software packages to your
  58. hard disk drive.  You can find it in the SYS/S-drawer.
  59.  
  60. The  parameter  FROM  and TO should be self-explanantory.  You specify
  61. the  desired source and destination drawer.  USEMETATOOL installs some
  62. stuff  for  MetaTool on your harddisk.  As CLI-User you probably won't
  63. want to specify this argument.
  64.  
  65. The  script  expects  that  some  environment  variables  are set.  It
  66. requires  one  environment  variable for each metatype.  Each of these
  67. variables  contains a string which will be set into the defaulttool of
  68. each icon which contains the corresponding metatype as tooltype.  Just
  69. set FPMTTEXT to your favourite text viewer, FPMTGUIDE to AmigaGuide or
  70. MultiView  etc.   If  you  have  installed  Matthias'  MetaTool, it is
  71. probably  useful just to specify 'METATOOL' as argument.  The MetaTool
  72. will  be  loaded  and  will use the configuration file to decide which
  73. program to start.  Please read the manual for MetaTool.
  74.  
  75. CopyToHD  does  not  only copy drawers, it also repairs the protection
  76. flags  and  the filenotes that were lost during the ISO9660 mastering.
  77. Also all the default tools ":C/MetaTool" will be replaced according to
  78. your parameters and depending from the tooltype METATYPE.
  79.  
  80. And now - enjoy your new Meeting Pearls II CD-ROM!
  81.  
  82.    Angela Schmidt
  83. [Translation by Markus Illenseer, later changes by Angela Schmidt]
  84.